@charset "utf-8";

/* css document */

.img_dh img{
  transition: transform .5s ease-in;
}
.img_dh img:hover{
  transform: scale(1.1);
}

body {
  background: #fff;
}

img {
  user-select: none;
}

a {
  color: #333;
  font-size: 16px;
}

img {
  padding: 0;
  margin: 0;
  display: block;
}

.main {
  position: relative;
  max-width:1920px;
  margin:0 auto;
}

.warp {
  width: 1506px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.slide {
  margin: 0 auto;
  width: 100%;
  height: 903px;
  text-align: left;
  position: relative;
}

.slide img {
  border: 0px solid #ccc;
}

.slide .focusbox {
  position: relative;
  width: 100%;
  height: 903px;
  overflow: hidden;
  text-align: left;
}

.slide .focusbox .pic img {
  width: 100%;
  height: 903px;
  display: block;
}

.slide .focusbox .num {
  width: 100%;
  position: absolute;
  z-index: 3;
  bottom: 60px;
  text-align: center;
}

.slide .focusbox .num ul {
  margin: 0 auto;
}

.slide .focusbox .num li {
  display: inline-block;
  width: 79px;
  height: 5px;
  overflow: hidden;
  padding: 5px;
  cursor: pointer;
}

.slide .focusbox .num li a {
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.slide .focusbox .num li.on a {
  background: #e7b406;
}

.bwg-time {
  /*height: 145px;
  box-shadow: 0 5px 5px 3px rgba(234, 234, 234, 1);
  border-radius: 6px;
  border: solid 6px #ffffff;*/
  padding-top: 53px;
  background: url(../images/time_bgs.png) no-repeat;
  width:1560px;
  height:176px;
  margin: -88px auto 0;
  position:relative;
  z-index:1;
}

.bwg-time .time {
  border: 1px solid #e7cb92;
  width: 144px;
  height: 98px;
  text-align: center;
  float: left;
  padding-top: 30px;
  border-radius: 7px;
  margin-left: 48px;
  background: url(../images/bwg-time-bg.png) no-repeat center;
}

.bwg-time .time h2 {
  color: #a6773d;
  font-size: 22px;
  font-weight: bold;
  height: 46px;
}

.bwg-time .fl {
  padding-top: 23px;
  float: left;
  height: 79px;
}

.bwg-time .box {
  float: left;
  width: 282px;
  text-align: center;
  height: 79px;
  border-right: 1px solid #ebe5de;
}

.bwg-time .box h2 {
  height: 50px;
  color: #b08959;
  font-size: 30px;
  font-weight: bold;
}

.bwg-time .box span {
  color: #b08959;
  font-size: 16px;
}

.bwg-time .time span {
  color: #b08959;
  font-size: 16px;
}

.bwg-time .rk {
  float: left;
}

.bwg-time .rk .block {
  margin-right: 18px;
  padding-top: 13px;
  float: left;
  text-align: center;
  width: 146px;
  height: 117px;
  background: url(../images/bwg-time-box.png) no-repeat;
  overflow:hidden;
  position:relative;
}

.bwg-time .rk .block:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0;
  left: -50%;
  overflow: hidden;
  background: -moz-linear-gradient(left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
}

.bwg-time .rk .block:hover:before {
  left: 150%;
  transition: left 1s ease 0s;
}

.bwg-time .rk .block .img {
  height: 70px;
}

.bwg-time .rk .block h2 {
  line-height: 14px;
  font-size: 14px;
  color: #a6773d;
  height: 14px;
}

.bwg-time .rk .block span {
  font-size: 12px;
  line-height: 12px;
  color: #baa067;
  height: 12px;
}

.bwg-time .rk .block .img img {
  display: inline;
}

.bwg-time a {
  color: #b08959;
  font-size: 14px;
  line-height: 26px;
}

.bwg-time ul {
  width: 250px;
  float: left;
  padding-left: 21px;
}

.bwg-time ul li {
  padding-left: 18px;
  background: url(../images/icon1.jpg) no-repeat 0 8px;
}

.news {
  width: 464px;
  /* height: 417px; */
  background: url(../images/news_bg.jpg) no-repeat 205px 0;
  padding: 13px 32px 0;
  float: left;
}

.news .title,
.video_box .title {
  height: 42px;
}

.news .title .fl,
.video_box .title .fl {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.news .title .fr,
.video_box .title .fr {
  padding-top: 20px;
}

.news .title .fr a,
.video_box .title .fr a {
  color: #c0a17a;
  font-size: 14px;
}

.news .list li {
  height: 49px;
  line-height: 49px;
  border-bottom: 1px dashed #bcbcbc;
}

.news .list li:hover a,
.news .list li:hover span {
  color: #feb300;
}

.news .list li span {
  color: #999999;
  font-size: 14px;
  float: right;
}

.news .list li a {
  color: #666666;
  display: block;
  padding-left: 15px;
  background: url(../images/icon2.jpg) no-repeat 0 24px;
}

.video_box {
  padding-top: 13px;
  width: 497px;
  float: left;
  background: url(../images/video_bg.jpg) no-repeat 255px 0;
}

.video_box .title {
  height: 61px;
}

.slide2 {
  margin: 0 auto;
  width: 481px;
  height: 341px;
  text-align: left;
  float: left;
  padding-top: 13px;
}

.slide2 img {
  border: 0px solid #ccc;
}

.slide2 .focusbox {
  position: relative;
  width: 481px;
  height: 341px;
  overflow: hidden;
  text-align: left;
}

.slide2 .focusbox .pic img {
  width: 100%;
  height: 341px;
  display: block;
}

.slide2 .focusbox .bg {
  position: absolute;
  z-index: 3;
  height: 50px;
  background: url(../images/top.png) repeat-x;
  width: 100%;
  bottom: 0;
}

.slide2 .focusbox .num {
  position: absolute;
  z-index: 3;
  bottom: 11px;
  right: 5px;
}

.slide2 .focusbox .num ul {
  margin: 0 auto;
}

.slide2 .focusbox .num li {
  display: inline-block;
  width: 13px;
  height: 13px;
  overflow: hidden;
  padding: 4px;
  cursor: pointer;
}

.slide2 .focusbox .num li a {
  background: #a3a1a2;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: block;
}

.slide2 .focusbox .num li.on a {
  background: #cc995b;
}

.slide2 .focusbox .txt {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}

.slide2 .focusbox .txt ul li a {
  color: #fff;
}

.guide {
  width: 611px;
  height: 248px;
  background: url(../images/pic2.jpg) no-repeat;
}

.video {
  width: 496px;
  height: 280px;
}

.video video {
  outline: none;
}


/* {
transition: all 0.5s ease;
} */

.more {
  width: 106px;
  height: 26px;
  border: 1px solid #90030e;
  background: #66090e;
  line-height: 26px;
  transition: all 0.5s ease;
}

.more h2 {
  font-size: 14px;
  width: 77px;
  height: 26px;
  float: left;
  border-right: 1px solid #90030e;
  text-align: center;
  color: #feb300;
}

.more h3 {
  width: 28px;
  height: 26px;
  font-size: 16px;
  float: left;
  background: #390101;
  text-align: center;
  color: #bc8e2a;
}

.more:hover h3 {
  transition: all 0.5s ease;
  transform: rotate(-360deg);
}

.slide3 {
  float: left;
  margin-left: 21px;
  padding-top: 20px;
}

.slide3,
.slide3 .focusbox {
  width: 529px;
  height: 363px;
}

.slide3 .focusbox .pic img {
  height: 363px;
}

.slide3 .focusbox .txt {
  width: 100%;
  padding: 0;
  text-align: center;
}

.slide3 .prev {
  z-index: 10;
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/prev.jpg) no-repeat;
}

.slide3 .next {
  z-index: 10;
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/next.jpg) no-repeat;
}

.slide4,
.slide4 .focusbox {
  width: 366px;
  height: 418px;
}

.slide3 .focusbox .pic img {
  height: 418px;
}

.zl {
  width: 457px;
  height: 467px;
  background: url(../images/zl-bg.jpg);
  float: left;
  padding: 32px 33px 0 22px;
}

.zl .title {
  height: 60px;
  /* border-bottom: 1px solid #dbc698; */
  background: url(../images/line2.jpg) no-repeat left bottom;
  margin-bottom: 22px;
}

.zl .title .fl {
  color: #6e100b;
  font-size: 30px;
  line-height: 30px;
}

.more2 {
  border: 1px solid #e4bf4b;
  background: #aa8744;
}

.more2 h2 {
  border-right: 1px solid #e4bf4b;
  color: #edca6b;
}

.more2 h3 {
  color: #edca6b;
  background: #805809;
}

.zl li {
  margin-bottom: 17px;
}

.zl li a {
  transition: all 0.8s ease;
  display: block;
  height: 83px;
  line-height: 83px;
  padding: 10px;
  text-align: center;
  background: #caad6f;
}

.zl li a h3 {
  font-size: 24px;
  color: #6c4800;
  background: url(../images/zl-li.png) no-repeat;
}

.zl li a:hover {
  background: #aa8744;
}

.cp {
  width: 330px;
  height: 415px;
  background: url(../images/zl-bg.jpg);
  padding: 34px 32px 0;
  float: left;
}

.cp .title {
  height: 60px;
  /* border-bottom: 1px solid #dbc698; */
  background: url(../images/line2.jpg) no-repeat bottom left;
  background-size: 100%;
  margin-bottom: 22px;
}

.cp .title .fl {
  color: #6e100b;
  font-size: 30px;
  line-height: 30px;
}

.cp li {
  margin-bottom: 10px;
}

.cp li a {
  transition: all 0.8s ease;
  height: 54px;
  line-height: 54px;
  display: block;
  font-size: 24px;
  text-align: center;
  background: url(../images/cp-li.jpg) no-repeat;
  color: #710c0f;
}

.cp li a:hover {
  color: #710c0f;
  background: url(../images/cp-lic.jpg) no-repeat;
}

.ww {
  position: relative;
  width: 455px;
  height: 449px;
  float: left;
}

.ww .bg {
  display: none;
  left: 0;
  top: 0;
  position: absolute;
  height: 0;
  width: 0;
  background: url(../images/ww-bg.png);
  overflow: hidden;
}

.ww .bg .tit {
  line-height: 18px;
  padding: 60px 38px 0;
  height: 40px;
}

.ww .bg .tit a {
  color: #fff;
  font-size: 18px;
}

.ww .bg .txt {
  padding: 0 38px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  min-height: 140px;
}

.ww .more {
  margin-left: 38px;
}

.jy {
  padding: 31px 31px 0;
  width: 533px;
  height: 185px;
  background: url(../images/news.jpg);
}

.jy .title,
.xs .title,
.gk .title {
  height: 58px;
  /* border-bottom: 1px solid #8b323f; */
  background: url(../images/line1.jpg) no-repeat bottom left;
  background-size: 100%;
  margin-bottom: 27px;
}

.jy .title .fl,
.xs .title .fl,
.gk .title .fl {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.jy li {
  float: left;
  width: 16%;
  text-align: center;
}

.jy li a {
  color: #fff;
  font-size: 14px;
  padding-top: 56px;
  display: block;
}

.jy .w1 {
  background: url(../images/jy-1.jpg) no-repeat center 0;
}

.jy .w2 {
  background: url(../images/jy-2.jpg) no-repeat center 0;
}

.jy .w3 {
  background: url(../images/jy-3.png) no-repeat center 0;
  width: 27%;
}

.jy .w4 {
  background: url(../images/jy-4.jpg) no-repeat center 0;
  width: 25%;
}

.jy .w5 {
  background: url(../images/jy-5.jpg) no-repeat center 0;
}

.jy .w1 a:hover {
  background: url(../images/jy-1c.jpg) no-repeat center 0;
  color: #feb300;
}

.jy .w2 a:hover {
  background: url(../images/jy-2c.jpg) no-repeat center 0;
  color: #feb300;
}

.jy .w3 a:hover {
  background: url(../images/jy-3c.png) no-repeat center 0;
  color: #feb300;
}

.jy .w4 a:hover {
  background: url(../images/jy-4c.jpg) no-repeat center 0;
  color: #feb300;
}

.jy .w5 a:hover {
  background: url(../images/jy-5c.jpg) no-repeat center 0;
  color: #feb300;
}

.xs {
  padding: 31px 0 0 31px;
  width: 564px;
  height: 185px;
  background: url(../images/news.jpg);
}

.xs .title {
  margin-right: 31px;
}

.xs li {
  float: left;
  width: 169px;
  height: 68px;
  line-height: 68px;
  margin-right: 13px;
}

.xs li a {
  color: #fefefe;
  font-size: 14px;
  border: 1px solid #8d030d;
  display: block;
}

.xs li a:hover {
  color: #feb300;
  border: 1px solid #af9c07;
}

.xs li a.a1 {
  padding-left: 74px;
  background: #67080f url(../images/xs-a1.png) no-repeat 39px 20px;
}

.xs li a.a2 {
  padding-left: 69px;
  background: #67080f url(../images/xs-a1.png) no-repeat 35px 20px;
}

.xs li a.a3 {
  padding-left: 83px;
  background: #67080f url(../images/xs-a1.png) no-repeat 49px 20px;
}

.xs li a.a1:hover {
  background: #67080f url(../images/xs-a1c.png) no-repeat 39px 20px;
}

.xs li a.a2:hover {
  background: #67080f url(../images/xs-a1c.png) no-repeat 35px 20px;
}

.xs li a.a3:hover {
  background: #67080f url(../images/xs-a1c.png) no-repeat 49px 20px;
}

.gk {
  padding: 31px 31px 0;
  width: 483px;
  height: 414px;
  background: url(../images/news.jpg);
}

.gk .title {
  margin-bottom: 13px;
}

.cont {
  padding: 0 9px;
  height: 102px;
  font-size: 14px;
  color: #fefefe;
  line-height: 26px;
}

.whcp {
  position: relative;
  width: 595px;
  height: 216px;
}

.whcp .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/whcp-bg.png) no-repeat;
}

.zt {
  position: relative;
  width: 595px;
  height: 216px;
}

.zt .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/zt-bg.png) no-repeat;
}

.yqlj {
  height: 78px;
  background: #e8e8e8;
  padding: 33px 0 0 0;
}

.yqlj .yqlj-box {
  width: 1506px;
  margin: 0 auto;
}

.yqlj .yqlj-box .logo {
  padding-left: 18px;
}

.yqlj .pic a.prev,
.yqlj .pic a.next {
  float: left;
  width: 30px;
  height: 44px;
}

.yqlj .pic {
  float: left;
  padding-left: 19px;
}

.yqlj .pic .box {
  float: left;
  width: 1284px;
  overflow: hidden;
}

.yqlj .pic .bd li {
  float: left;
  margin-right: 33px;
}

.yqlj .pic .bd li img {
  width: 231px;
  height: 44px;
  display: block;
}

.yqlj .pic a.prev {
  background: url(../images/yq-prev.jpg) no-repeat;
}

.yqlj .pic a.next {
  background: url(../images/yq-next.jpg) no-repeat;
}

.yqlj .pic a.prev:hover {
  background: url(../images/yq-prevc.jpg) no-repeat;
}

.yqlj .pic a.next:hover {
  background: url(../images/yq-nextc.jpg) no-repeat;
}

.pt-8 {
  padding-top: 8px;
}

.footer .fr {
  padding-top: 18px;
}

.footer .fr a {
  float: left;
  margin-left: 18px;
}

.footer .fr img {
  display: block;
}

.right-menu {
  z-index: 11;
  top: 170px;
  width: 82px;
  height: 450px;
  padding-left: 47px;
  padding-top: 24px;
  position: fixed;
  right: 0;
  background: url(../images/right-menu.png) no-repeat;
}

.right-menu .show-hide {
  cursor: pointer;
  width: 25px;
  height: 41px;
  position: absolute;
  top: 184px;
  left: 22px;
}

.right-menu .show-hide .hide,
.right-menu .show-hide .show {
  width: 25px;
  height: 41px;
  background: url(../images/hide-right.jpg) no-repeat center;
}

.right-menu .show-hide .show {
  background: url(../images/show-left.jpg) no-repeat center;
}

.right-menu a {
  display: block;
}

.right-menu a.a1 {
  height: 91px;
}

.right-menu a.a2,
.right-menu a.a3,
.right-menu a.a4 {
  height: 90px;
}

.right-menu a.a5 {
  height: 65px;
}

.zhanlan {
  width: 1520px;
  height: 510px;
  margin: 0 auto;
}

.zhanlan .l {
  width: 202px;
  height: 510px;
  background: url(../images/zhanlan_l.jpg) no-repeat left bottom;
}

.zhanlan .c {
  width: 1119px;
  height: 403px;
  padding-top: 107px;
  background: url(../images/zhanlan_c.jpg) no-repeat left top;
}

.zhanlan .c .box {
  height: 403px;
  background: url(../images/zhanlan_c_p.jpg);
}

.zhanlan .r {
  width: 199px;
  height: 510px;
  background: url(../images/zhanlan_r.jpg) no-repeat left bottom;
}

.zhanlan .l .list {
  padding-top: 202px;
  padding-left: 14px;
}

.zhanlan .l .list li {
  width: 180px;
  height: 78px;
  padding: 8px 0 0 9px;
}

.zhanlan .l .list li a {
  width: 158px;
  height: 62px;
  padding: 5px 0 0 5px;
  display: block;
  background: url(../images/zhanlan_list_li.png) no-repeat;
}

.zhanlan .l .list li.on {
  background: url(../images/zhanlan_c_p.jpg);
}

.zhanlan .l .list li.on a {
  background: url(../images/zhanlan_list_lic.png) no-repeat;
}

.zhanlan .l .list a div {
  width: 153px;
  height: 57px;
}

.zhanlan .l .list .i1 a div {
  background: url(../images/zhanlan_list_li1.png) no-repeat;
}

.zhanlan .l .list .i2 a div {
  background: url(../images/zhanlan_list_li2.png) no-repeat;
}

.zhanlan .l .list .i3 a div {
  background: url(../images/zhanlan_list_li3.png) no-repeat;
}

.zhanlan .l .list .i1.on a div {
  background: url(../images/zhanlan_list_li1c.png) no-repeat;
}

.zhanlan .l .list .i2.on a div {
  background: url(../images/zhanlan_list_li2c.png) no-repeat;
}

.zhanlan .l .list .i3.on a div {
  background: url(../images/zhanlan_list_li3c.png) no-repeat;
}

.zhanlan .l .list .gd {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
}

.cangping {
  width: 1506px;
  margin: 0 auto;
  height: 458px;
}

.cangping .list {
  width: 188px;
  height: 373px;
  padding-left: 7px;
  padding-top: 85px;
  background: url(../images/cangping.jpg) no-repeat;
}

.cangping .list li {
  width: 179px;
  height: 61px;
  padding: 8px 0 0 9px;
}

.cangping .list li a {
  width: 163px;
  height: 52px;
  padding: 5px 0 0 5px;
  display: block;
  background: url(../images/cangpingli.png) no-repeat;
}

.cangping .list li.on {
  background: url(../images/news.jpg);
}

.cangping .list li.on a {
  background: url(../images/cangpinglic.png) no-repeat;
}

.cangping .list a div {
  width: 153px;
  height: 57px;
}

.cangping .list .i1 a div {
  background: url(../images/cangping1c.png) no-repeat;
}

.cangping .list .i2 a div {
  background: url(../images/cangping2c.png) no-repeat;
}

.cangping .list .i3 a div {
  background: url(../images/cangping3c.png) no-repeat;
}

.cangping .list .i4 a div {
  background: url(../images/cangping4c.png) no-repeat;
}

.cangping .list .i5 a div {
  background: url(../images/cangping5c.png) no-repeat;
}

.cangping .list .i1.on a div {
  background: url(../images/cangping1.png) no-repeat;
}

.cangping .list .i2.on a div {
  background: url(../images/cangping2.png) no-repeat;
}

.cangping .list .i3.on a div {
  background: url(../images/cangping3.png) no-repeat;
}

.cangping .list .i4.on a div {
  background: url(../images/cangping4.png) no-repeat;
}

.cangping .list .i5.on a div {
  background: url(../images/cangping5.png) no-repeat;
}

.cangping .box {
  width: 796px;
  height: 458px;
  background: url(../images/news.jpg);
}

.jiuzhi {
  width: 495px;
  height: 265px;
  background: url(../images/jiuzhi.jpg) no-repeat;
}

.jiuzhi .lists {
  padding: 19px 0 0 19px;
  width: 183px;
}

.jiuzhi .lists li {
  margin-bottom: 3px;
  padding: 5px 0 0 5px;
  width: 158px;
  height: 37px;
  background: url(../images/jiuzhili.png) no-repeat;
}

.jiuzhi .lists li.on {
  background: url(../images/jiuzhilic.png) no-repeat;
}

.jiuzhi .lists li a {
  display: block;
  width: 153px;
  height: 32px;
}

.jiuzhi .lists .i1 a {
  background: url(../images/jiuzhi1.png) no-repeat;
}

.jiuzhi .lists .i1.on a {
  background: url(../images/jiuzhi1c.png) no-repeat;
}

.jiuzhi .lists .i2 a {
  background: url(../images/jiuzhi2.png) no-repeat;
}

.jiuzhi .lists .i2.on a {
  background: url(../images/jiuzhi2c.png) no-repeat;
}

.jiuzhi .lists .i3 a {
  background: url(../images/jiuzhi3.png) no-repeat;
}

.jiuzhi .lists .i3.on a {
  background: url(../images/jiuzhi3c.png) no-repeat;
}

.jiuzhi .lists .i4 a {
  background: url(../images/jiuzhi4.png) no-repeat;
}

.jiuzhi .lists .i4.on a {
  background: url(../images/jiuzhi4c.png) no-repeat;
}

.jiuzhi .lists .i5 a {
  background: url(../images/jiuzhi5.png) no-repeat;
}

.jiuzhi .lists .i5.on a {
  background: url(../images/jiuzhi5c.png) no-repeat;
}

.jiuzhi .info {
  padding-top: 20px;
  width: 272px;
  color: #fff;
  line-height: 26px;
  font-size: 14px;
}

.jiuzhi .info img {
  margin-bottom: 5px;
}